projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e236920
)
Make enable-extended-define-key obsolete
author
Justin Burkett
<justin@burkett.cc>
Mon, 21 Jun 2021 19:51:22 +0000
(15:51 -0400)
committer
Justin Burkett
<justin@burkett.cc>
Mon, 21 Jun 2021 19:51:22 +0000
(15:51 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index c133bebdab94644d9f19d92caadd9e0cbe1dc706..2c4004f950dd0f3a8b870946f610a76ca05b50d1 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-522,6
+522,11
@@
it."
:group 'which-key
:type 'boolean)
+(make-obsolete-variable
+ 'which-key-enable-extended-define-key
+ "which-key-enable-extended-define-key is obsolete and has no effect."
+ "2021-06-21")
+
;; Hooks
(defcustom which-key-init-buffer-hook '()
"Hook run when which-key buffer is initialized."